Expand description

BLS signatures for Indy

Macros

  • Shorthand for creating an error

Structs

  • A structure providing the signature API
  • The standard crate error type
  • BLS generator point. BLS algorithm requires choosing of generator point that must be known to all parties. The most of BLS methods require generator to be provided.
  • BLS multi signature.
  • Proof of possession for BLS verification key.
  • BLS sign key.
  • BLS signature.
  • BLS verification key.

Type Definitions